home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / merge.hlp < prev    next >
Text File  |  1994-08-01  |  2KB  |  49 lines

  1.  
  2. @C1@c@b@_ Image Merge
  3.  
  4.      To merge/concatenate two or more images to form a single image.
  5.  
  6. @b Interaction
  7.  
  8.     Click on Image2M to load the image to be merged.
  9.  
  10.     Click on the appropriate alignment buttons for the merging location.
  11.     By default, images are concatenated with empty region filled with a
  12.     fill color, changeable by clicking on the FillColor button. 
  13.  
  14.     The slider on the bottom of the control panel controls the separation
  15.     from the current image, thus a negative value will merge the image into
  16.     the current image. For the overlapping part, by default, the new image
  17.     overwrites the current image. Click on the top/bottom button to
  18.     change this default.
  19.  
  20.     Other operations for the overlapping part is possible by clicking
  21.     on the topmost box on the right side of the control panel. Current
  22.     operations include (A: current image. B: image to be merged)
  23.  
  24. @f    OverWrite: B
  25. @f          Add: Min(B+A, 255)
  26. @f          Sub: Max(B-A, 0)
  27. @f         Diff: Abs(B-A)
  28. @f          XOR: B^A
  29. @f         Mask: B?B:A
  30.  
  31.     Exchange A&B when top/bottom setting is bottom. 
  32.  
  33.     The auto placement can be disabled by click on the Manual button,
  34.     then use  mouse, ijkl or arrow keys to change the merge location.
  35.  
  36.     Click on Merge button to initiate merging. By default, all alignment
  37.     is against the original image. To update alignment referenc, click
  38.     on UpdateSize button.
  39.  
  40.     Click on Done to finish.
  41.  
  42. @b  Note
  43.     1. Resulting image will always be in RGB.
  44.     2. You can merge the same image repeatedly.
  45.     3. The size update can be a little tricky, for example, to concatenate
  46.        four identically sized images, the only way (without manual
  47.        placement) to do it is to concatenate the first two then update
  48.        size, do the remaining two without size update.
  49.